From e87bfcf76d7f7e7a8983dab3149d08433733a0dc Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 17:04:43 -0500 Subject: [PATCH] docs: fix function name link --- gtk/gtkaccelgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 96316b3888..f360e683f8 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -1465,7 +1465,7 @@ gtk_accelerator_parse (const gchar *accelerator, * @accelerator_mods: accelerator modifier mask * * Converts an accelerator keyval and modifier mask - * into a string parseable by gtk_accelerator_parse_full(), + * into a string parseable by gtk_accelerator_parse_with_keycode(), * similarly to gtk_accelerator_name() but handling keycodes. * This is only useful for system-level components, applications * should use gtk_accelerator_parse() instead. -- 2.30.2